Hacker Newsnew | past | comments | ask | show | jobs | submit | morrisjdev's commentslogin

Offline-first is already a planned feature and only missing because of the lack of development capacity.


Thank you for your feedback.

An implementation for Svelte is already planned, but thank you for the recommendation. I'll move the codebase of the Angular implementation into a seperate project soon which will make integrations for other JS frameworks pretty easy.

Your project looks very interesting and I'll definitely take a look into it.

The support for graph data is still in consideration. Offline/Local first support is planned and will definitely be a feature in the future.

Big thanks for the recommendations.


Awesome, glad to hear! Keep up the good work!


I took SignlaR into consideration when building that.

SignalR does not have some client implementations. I decided to create a small protocol that is easily adoptable in many technologies.

SignalR also has some limitations that made it impracticable for the project.


This is planned and will come soon.


The credentials you found in the app.module.ts are just credentials to identify the client (not the user). It is just to give an extra layer of security and only allow specific applications access to the server. User authentication is handled through tokens for example.

The architecture looks more like this: Client -> Asp.Net Core server with SapphireDb -> any database server

SapphireDb is not a database. Its more like the connector between database and clients. Because of that there is no package for a NodeJS because it would just be proxy.

Yes I think it is production ready. I'll add a section in the docs describing the criteria this opinion is based on.


Thanks for the feedback. I'll fix it soon.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: