TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Izm.js

3 pointsby midrissialmost 6 years ago

2 comments

midrissialmost 6 years ago
I have recently open-sourced a new NodeJS boilerplate.<p>This is a small introduction video that demonstrates how the boilerplate can help you to build faster, beautiful and more documented APIs: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=gqrCH25qjP8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=gqrCH25qjP8</a><p>The boilerplate helps you as well to organize your projects into small and reusable functional modules.<p>Functional modules can be added simply by cloning (or copying) them into the &quot;modules&quot; folder, and then install the dependencies.<p>I have already written some functional modules:<p>devtools: Helps you to achieve some basic tasks such as translating sentences, generating postman documentation of the whole project, viewing&#x2F;installing dependencies graphically, configuring env variables... The source code can be found here: <a href="https:&#x2F;&#x2F;github.com&#x2F;izmjs&#x2F;devtools" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;izmjs&#x2F;devtools</a><p>Chat FM: A simple chat module. A Redis server can be configured to ensure the scalability. <a href="https:&#x2F;&#x2F;github.com&#x2F;izmjs&#x2F;chat-fm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;izmjs&#x2F;chat-fm</a><p>Files manager: A simple files manager module. It uses GridFS to store the files. <a href="https:&#x2F;&#x2F;github.com&#x2F;izmjs&#x2F;files-fm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;izmjs&#x2F;files-fm</a><p>I am looking for developers who can help me documenting and writing more tests for the project.<p>Please, star and share the repository
dectrooalmost 6 years ago
Very cool project. Thanks for sharing