claitz / Lovebox-WebSocket

A Lovebox clone (see https://en.lovebox.love/) inspired by the work of julisa99. This versions uses websocket to send messages that are displayed by the Wemos client in a 3D printed case.
MIT License
2 stars 0 forks source link

web socket help #2

Open printedpineapples opened 1 year ago

printedpineapples commented 1 year ago

First off thank you for creating another avenue to the lovebox project to receive messages.

Is there a way you can include a bit more detail in the software configuration?

I have been trying to learn about creating web socket servers and I am struggling with trying to implement your files.

After typing node index.js and navigating to http://localhost:8080/ i get "upgrade required"

I am assuming I did not create the server correctly...

This is a christmas gift and I am running out of options trying to get this to work. No luck with gist polls either.

Mephisztoe commented 11 months ago

It's one year later and I also stumbled across this new LoveBox approach. I also struggled with the setup.

Here's what I had to find out:

I hope this helps anyone who also stumbles accross this repo. :)