If you are using back-end TypeScript with NodeJS for web-server development and are currently or considering using ExpressJS as web-server, please consider giving my library OvernightJS a try. It's just a library to add TypeScript decorators to Express routes so you don't have to use router objects and long list of app.use() statements. It only takes about 10 minutes to learn if you already know express (even if you only know it a little bit). There are some other libraries like ts-express-decorators and NestJS but these are massive frameworks built on top of Express with huge amounts of documentation. Overnight is quick and easy. All the links below contain tutorials on how to use it.Here the npm link.Here's the Github link.Medium article here.
Submitted September 17, 2018 at 11:02PM by theTypeScripter
This looks awesome
ReplyDelete