helene icon indicating copy to clipboard operation
helene copied to clipboard

Real-time Web Apps for Node.js

Results 6 helene issues
Sort by recently updated
recently updated
newest added

Pie in the sky idea: It'd be nice to have an optional preconfigured auth module, that makes it easy to achieve something similar to what Meteor has. I think there's...

Right now the init call (http) needs to occur on the same server as the event source connection is established at for some event event functionality to work. Authentication actually...

bug

A CLI can be important for a few things: - List and manage plugins - With the help of a configuration file can even start/stop the app, etc - Can...

feature

https://forums.meteor.com/t/helene-a-lightweight-real-time-web-framework-for-node-js-and-bun/60626/19?u=leonardoventurini

enhancement

Currently, Helene defaults to web socket and falls back to HTTP/REST. This is not always needed by default and it results in a stateful client connection that creates pressure on...

Hi there, I noticed the following comment in the docs: > This is not intended to be a replacement for MongoDB or a DBS, but rather a way to manage...