Skip to content

Commit 0c2855c

Browse files
committed
update
1 parent e6b00c7 commit 0c2855c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,7 @@ If you like or are using this project to learn or start your solution, please gi
8989
- [egg.js](https://eggjs.org/en/index.html)
9090
- [midway](https://midwayjs.org/midway/en/)
9191

92-
5. Type Checkers
93-
94-
- [PropTypes](https://reactjs.org/docs/typechecking-with-proptypes.html)
95-
- [TypeScript](https://www.typescriptlang.org/)
96-
- [Flow](https://flow.org/en/)
97-
98-
6. API Clients
92+
5. API Clients
9993

10094
- REST
10195
- [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
@@ -106,11 +100,11 @@ If you like or are using this project to learn or start your solution, please gi
106100
- [Relay](https://facebook.github.io/relay/)
107101
- [urql](https://github.com/FormidableLabs/urql)
108102

109-
7. Real-Time Communication
103+
6. Real-Time Communication
110104

111105
- [Socket.IO](https://socket.io/)
112106

113-
8. MicroServices
107+
7. MicroServices
114108

115109
- Message-Broker
116110
- [RabbitMQ](https://www.rabbitmq.com/tutorials/tutorial-one-javascript.html)
@@ -121,20 +115,20 @@ If you like or are using this project to learn or start your solution, please gi
121115
- [Distribus](https://distribus.com/)
122116
- [BusMQ](https://github.com/capriza/node-busmq)
123117

124-
9. Task Scheduling
118+
8. Task Scheduling
125119

126120
- [Agenda](https://github.com/agenda/agenda)
127121
- [Cronicle](https://github.com/jhuckaby/Cronicle)
128122
- [Node-Schedule](https://www.npmjs.com/package/node-schedule)
129123

130-
10. ORM
124+
9. ORM
131125

132-
- [sequelize](https://sequelize.org/) Sequelize is a promise-based Node-js ORM that is compatible with Maria DB, Postgress, MySQL, SQLite, and Microsoft SQL
133-
- [Mongoose](https://mongoosejs.com/) mongodb object modeling for node.js
134-
- [knex](https://www.npmjs.com/package/knex) A query builder for PostgreSQL, MySQL, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
135-
- [typeorm](https://www.npmjs.com/package/typeorm) ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
126+
- [sequelize](https://sequelize.org/) Sequelize is a promise-based Node-js ORM that is compatible with Maria DB, Postgress, MySQL, SQLite, and Microsoft SQL
127+
- [Mongoose](https://mongoosejs.com/) mongodb object modeling for node.js
128+
- [knex](https://www.npmjs.com/package/knex) A query builder for PostgreSQL, MySQL, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
129+
- [typeorm](https://www.npmjs.com/package/typeorm) ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
136130

137-
11. Databases
131+
10. Databases
138132

139133
1. Relational
140134
- [PostgreSQL](https://www.postgresql.org)
@@ -153,7 +147,7 @@ If you like or are using this project to learn or start your solution, please gi
153147
- [RavenDB](https://github.com/ravendb/ravendb)
154148
- [CouchDB](http://couchdb.apache.org)
155149

156-
12. Security Libraries
150+
11. Security Libraries
157151

158152
- [bcryptjs](https://auth0.com/blog/complete-guide-to-nodejs-express-user-authentication/)
159153
- [cors](https://auth0.com/blog/complete-guide-to-nodejs-express-user-authentication/)
@@ -164,7 +158,7 @@ If you like or are using this project to learn or start your solution, please gi
164158
- [Auth0](https://auth0.com/blog/complete-guide-to-nodejs-express-user-authentication/)
165159
- [nodemailer](http://www.passportjs.org/)
166160

167-
13. Utility Libraries
161+
12. Utility Libraries
168162

169163
- [JSHint](https://github.com/jshint/jshint)
170164
- [commander](https://github.com/tj/commander.js/)
@@ -176,6 +170,12 @@ If you like or are using this project to learn or start your solution, please gi
176170
- [ImmutableJS](https://facebook.github.io/immutable-js/)
177171
- [Ramda](https://ramdajs.com/)
178172

173+
13. Type Checkers
174+
175+
- [PropTypes](https://reactjs.org/docs/typechecking-with-proptypes.html)
176+
- [TypeScript](https://www.typescriptlang.org/)
177+
- [Flow](https://flow.org/en/)
178+
179179
14. Logging
180180

181181
- Log Frameworks

0 commit comments

Comments
 (0)