InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 23 TypeScript Express Projects
-
apollo-server
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
Project mention: Custom API server with basic CRUD — Apollo, GraphQL & MongoDB | dev.to | 2023-01-15Lastly, instead of writing our API core ourselves, we'll be using the star of this episode --- Apollo Server (a.k.a. GraphQL server). It has detailed documentation available here.
-
mean
The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
Project mention: MissingSchemaError: Schema hasn't been registered for model "User" | reddit.com/r/codehunter | 2022-05-10What should I do? How do I fix it? I have looked at tons of sample apps, including MEAN but nothing was really helpful.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
postgraphile
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
http-proxy-middleware
:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
Project mention: Error proxying Node gateway to Flask server. I have not encountered when trying to proxy to Node server. Any help would be greatly appreciated. Here is the code for the api gateway, the flask server and the error message itself: | reddit.com/r/node | 2023-01-05Oh and you might wanna take a look at the github for the proxy middleware library under the ECONNREFUSED section
-
payload
The React + TypeScript CMS. Payload is a free and open-source Headless CMS and Application Framework built with TypeScript, Node.js, React, and MongoDB.
Project mention: Looking for a stupid simple CMS solution for static pages! | reddit.com/r/Frontend | 2023-01-30https://payloadcms.com if you’ve worked with nodejs and mongodb
-
The express.js official website makes use of the express-generator library which is not bad but hasn't been updated since 2019. But personally, I build my folder structure based on Bulletproof node but I don't have as much library as the creator does at all but just focus on the overall folder structure
-
hackernews-react-graphql
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
Project mention: Suggest some advanced books on front end development | reddit.com/r/Frontend | 2022-12-06 -
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
SaaS Boilerplate
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
-
docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Looks like this library wasn't meant to open existing files: https://github.com/dolanmiu/docx/issues/1513
-
Ts.ED
:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Project mention: Does Express Typescript have an equivilent to this from ASP.NET | reddit.com/r/typescript | 2023-02-06Take a look at ts.ed. They have some similar feature
-
iron-session
🛠 Next.js stateless session utility using signed and encrypted cookies to store data. Also works with Express, and Node.js HTTP servers
Project mention: How to use CORS for all routes with Next js and browser session api | dev.to | 2023-02-07If you read how it works, you can see it just does something before they return handler(req, res) at the end.
-
node-typescript-boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
You can customize and use these debugging techniques according to your requirements and personal preferences. Similar to frontend frameworks’ TypeScript templates, you can use the node-typescript-boilerplate template to create a TypeScript-based Node.js project faster with a pre-configured debugging environment. Or, you can create your own template with the steps we discussed in this tutorial.
-
-
foal
Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
-
Project mention: Building a Full-stack Application with TypeScript and React Using Remult | dev.to | 2022-11-01
Now that you’ve learned about Remult, how would you use it in your next project? To learn more about Remult, check out the official documentation.
-
-
Project mention: Are there any guides for message brokers in a traditional NestJS REST app? | reddit.com/r/Nestjs_framework | 2022-04-13
When you're going to use RabbitMQ I would advise to use the RabbitMQ library at https://github.com/golevelup/nestjs. It's way more flexible than the default RabbitMQ microservice.
-
tsrpc
A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.
Project mention: Architecture for large scale roll call system | reddit.com/r/softwarearchitecture | 2022-05-171) we are using tsrpc similar to This example and we cannot understand what kind of architecture this is. Can it be characterized as a broker architecture? What benefits for scaling spring from this?
-
Angular-Full-Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Project mention: Ask HN: What would be your stack if you are building an MVP today? | news.ycombinator.com | 2023-01-26It depends on the MVP, but I'd (still?) use the MEAN stack with the latest Angular and Node. Expecially because I made a boilerplate [1] that allows me to start any project faster.
-
graphql-ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Project mention: Websocket with socket.io or GraphQL subscriptions | reddit.com/r/graphql | 2022-08-15When using a GraphQL over Websocket protocol you can execute all operation kinds (query, mutation and subscription) over that transport as it is a bidirectional protocol.
-
-
-
practica
Node.js solution starter that is production-ready, packed with ✅ best practices and built with simplicity in mind
Project mention: 3 layer architecture nodejs examples in the wild? (repos/open source?) | reddit.com/r/learnprogramming | 2022-12-13I found an interesting repo that seems to answer my questions and more. If a future developer stumbles across this thread, check it out here: https://github.com/practicajs/practica
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
TypeScript Express related posts
- Bitcoin core question
- Working and updated Banano faucet list! Get free Banano!
- Custom API server with basic CRUD — Apollo, GraphQL & MongoDB
- NestJS Authentication with OAuth2.0: Configuration and Operations
- Validating Next.js API routes with object schemas
- is there a way to have a "personal" block explorer based on your own full node?
- How do handle login and security on a microfrontend application?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Feb 2023
Index
What are some of the best open-source Express projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | apollo-server | 13,163 |
2 | mean | 12,176 |
3 | postgraphile | 11,782 |
4 | http-proxy-middleware | 9,674 |
5 | payload | 9,254 |
6 | bulletproof-nodejs | 5,005 |
7 | hackernews-react-graphql | 4,362 |
8 | SaaS Boilerplate | 3,304 |
9 | docx | 2,910 |
10 | Ts.ED | 2,387 |
11 | iron-session | 2,263 |
12 | node-typescript-boilerplate | 1,926 |
13 | typescript-express-starter | 1,888 |
14 | foal | 1,720 |
15 | remult | 1,707 |
16 | porn-vault | 1,695 |
17 | nestjs | 1,470 |
18 | tsrpc | 1,421 |
19 | Angular-Full-Stack | 1,406 |
20 | graphql-ws | 1,366 |
21 | opine | 850 |
22 | express-typescript | 802 |
23 | practica | 750 |