@@ -91,12 +91,15 @@ Java built-in support
91
91
92
92
Name, Category
93
93
Apache Commons Lang, Utility library
94
+ Apache Commons Collections, Data structure utility library
94
95
Apache HTTP components, Network communicator
95
96
Guava, Utility and collections library
96
97
Hibernate, Database
97
98
iBatis / MyBatis, Database
98
99
Jackson, Serialization
100
+ JSON-java, Serialization
99
101
Java Persistence API (JPA), Database
102
+ JaxRS, Jakarta EE API specification
100
103
JDBC, Database
101
104
Protobuf, Serialization
102
105
Kryo deserialization, Serialization
@@ -120,17 +123,22 @@ JavaScript and TypeScript built-in support
120
123
angular.js (legacy version), HTML framework
121
124
axios, Network communicator
122
125
browser, Runtime environment
126
+ EJS, templating language
123
127
electron, Runtime environment
124
128
express, Server
129
+ handlebars, templating language
125
130
hapi, Server
131
+ hogan, templating language
126
132
jquery, Utility library
127
133
koa, Server
128
134
lodash, Utility library
129
135
mongodb, Database
130
136
mssql, Database
137
+ mustache, templating language
131
138
mysql, Database
132
139
node, Runtime environment
133
140
nest.js, Server
141
+ nunjucks, templating language
134
142
postgres, Database
135
143
ramda, Utility library
136
144
react, HTML framework
@@ -140,6 +148,7 @@ JavaScript and TypeScript built-in support
140
148
socket.io, Network communicator
141
149
sqlite3, Database
142
150
superagent, Network communicator
151
+ swig, templating language
143
152
underscore, Utility library
144
153
vue, HTML framework
145
154
0 commit comments