Coding with Andrzej

Hello, and welcome to my devlog. This is where I talk about whatever coding I’ve been up to recently. Queries to ajsWritesCode@gmail.com.

Latest...

Classroom Buzzer App

I started working on a new project today.

The client is an educational services provider and wants me to develop a tool to facilitate in-person group activities. This tool should:

A quick read of this brief should make it clear that what is required here is a server capable of handling multiple, live, two-way connections. The server needs to be able to update the clients whenever the teacher wants to shuffle the groups, and the buzzer game requires that when a student ‘buzzes’, state is propagated via the server to all other clients. The solution to this problem is websockets, and a server capable of handling concurrency.

Read more...