Elderjs / template

Elder.js template project. It is part template, part tutorial. Dive in!
https://elderjs.pages.dev/
MIT License
113 stars 33 forks source link

Alternative server (speedy) #25

Closed timeshift92 closed 3 years ago

timeshift92 commented 3 years ago

Hello, have not tried using uWebSockets.js instead of express.js (polka.js) https://github.com/uNetworking/uWebSockets.js

nickreese commented 3 years ago

You can use Elder.js with any framework you can get it to work with but we’ll only offer a single solution as a template to limit edge cases and onboarding.

Also having worked with websockets extensively, this is a bad idea for most use cases unless you’re dealing with real time data and in that case you probably need a different framework than Elder.js.