nanoexpress / legacy

[Deprecated] Nano-framework for Node.js. Use PRO version
https://nanoexpress.js.org
Apache License 2.0
107 stars 13 forks source link

User forum #81

Closed literakl closed 4 years ago

literakl commented 4 years ago

I try to find some resources on this interesting library without luck. Even StackOverflow is empty. The documentation is written for seasoned NodeJS developers and I, as a newbie, cannot even start the server from command line. Is there any forum? Thanks

dalisoft commented 4 years ago

Hi @literakl Thanks for interesting and trying out nanoexpress!

Currently, i think about how to make forum/discussion for nanoexpress, if there any suggestion about forum, i will try to-do. About StackOverflow, there no posts due of this is relatively new framework and less users are using, so no posts yet on SO.

Maybe you can try create thread in Stackoverflow and post link here? i will try answer later.

literakl commented 4 years ago

It is there with new tag. Thanks. https://stackoverflow.com/questions/60697934/failed-to-start-nanoexpress-server

dalisoft commented 4 years ago

Thanks, answered on StackOverflow

literakl commented 4 years ago

Another issue: https://stackoverflow.com/questions/60713009/body-parsing-does-not-work-in-nanoexpress. Have you received a notification? I mentioned you in comment.

The current documentation is very short. I looked to the source code and there is no description either. I was looking to HttpResponse interface. I use setHeader and status methods now, but I have no clue what other methods are supposed to do. I would need to study their implementation to figure it out.