Marek Nowak

Software Developer

Projects

Web communicator demo (BLAZOR + REST API + WebSockets)

Description:

Allows to send and receive messages between registered users and public messages visible by everyone. Messages are send through http request, but all information (e.g. that you received new message) are sent through web sockets.

Web communicator (JS/WebSockets)

Description:

Simple application built with JavaScript and WebSockets. Allows to create and join rooms as well as send text messages.