Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

shrmpy

1
Posts
1
Topics
3
Followers
45
Following
A member registered Jun 21, 2017 · View creator page →

Creator of

Recent community posts

There was a question about websocket support, and it was not very straightforward on initial experiments. I think the goita project helped clarify how the pieces fit together. So here is a skeleton example starting with  Siôn le Roux's ebiten-game-template then adding a websocket (to send text to a echo backend service) - github.com/shrmpy/wswa

There is hosting on GH pages via their workflow/actions that can be demo'ed. It expects the echo service at localhost:8077. There is one straight from goita that I put at `cmd/echo.go` and after it is started, you can use your browser to visit the published GH page (example at shrmpy.github.io/wswa/)