Real-time Webapps

A collection of 1 post
all webapp.io posts
Using WebSockets with NextJS and Golang
BY Colin Chartier
5 min read
Using WebSockets with NextJS and Golang
In our last post, we set up a simple full-stack project with NextJS and Go. Collaborative webapps (aka real-time apps)Most apps use CRUD (create / read / update /delete) APIs - one where the frontend sends changes to the backend, but not vice-versa. That topic has been extensively covered by some ...
Read more