|
| 1 | +.. There is currently no built-in support for libraries or frameworks for C/C++. |
| 2 | +
|
| 3 | +C# built-in support |
| 4 | +================================ |
| 5 | + |
| 6 | +.. csv-table:: |
| 7 | + :header-rows: 1 |
| 8 | + :class: fullWidthTable |
| 9 | + :widths: auto |
| 10 | + |
| 11 | + Name, Category |
| 12 | + ASP.NET, Web application framework |
| 13 | + ASP.NET Core, Web application framework |
| 14 | + ASP.NET Razor templates, Web application framework |
| 15 | + EntityFramework, Database ORM |
| 16 | + EntityFramework Core, Database ORM |
| 17 | + Json.NET, Serialization |
| 18 | + NHibernate, Database ORM |
| 19 | + WinForms, User interface |
| 20 | + |
| 21 | +Java built-in support |
| 22 | +================================== |
| 23 | + |
| 24 | +.. csv-table:: |
| 25 | + :header-rows: 1 |
| 26 | + :class: fullWidthTable |
| 27 | + :widths: auto |
| 28 | + |
| 29 | + Name, Category |
| 30 | + Hibernate, Database |
| 31 | + iBatis / MyBatis, Database |
| 32 | + Java Persistence API (JPA), Database |
| 33 | + JDBC, Database |
| 34 | + Protobuf, Serialization |
| 35 | + Kryo deserialization, Serialization |
| 36 | + SnakeYaml, Serialization |
| 37 | + Spring JDBC, Database |
| 38 | + Spring MVC, Web application framework |
| 39 | + Struts, Web application framework |
| 40 | + Thrift, RPC framework |
| 41 | + XStream, Serialization |
| 42 | + |
| 43 | +JavaScript and TypeScript built-in support |
| 44 | +======================================================= |
| 45 | + |
| 46 | +.. csv-table:: |
| 47 | + :header-rows: 1 |
| 48 | + :class: fullWidthTable |
| 49 | + :widths: auto |
| 50 | + |
| 51 | + Name, Category |
| 52 | + angularjs, HTML framework |
| 53 | + axios, Network communicator |
| 54 | + browser, Runtime environment |
| 55 | + electron, Runtime environment |
| 56 | + express, Server |
| 57 | + hapi, Server |
| 58 | + jquery, Utility library |
| 59 | + koa, Server |
| 60 | + lodash, Utility library |
| 61 | + mongodb, Database |
| 62 | + mssql, Database |
| 63 | + mysql, Database |
| 64 | + node, Runtime environment |
| 65 | + postgres, Database |
| 66 | + ramda, Utility library |
| 67 | + react, HTML framework |
| 68 | + request, Network communicator |
| 69 | + sequelize, Database |
| 70 | + socket.io, Network communicator |
| 71 | + sqlite3, Database |
| 72 | + superagent, Network communicator |
| 73 | + underscore, Utility library |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +Python built-in support |
| 78 | +==================================== |
| 79 | + |
| 80 | +.. csv-table:: |
| 81 | + :header-rows: 1 |
| 82 | + :class: fullWidthTable |
| 83 | + :widths: auto |
| 84 | + |
| 85 | + Name, Category |
| 86 | + Bottle, Web framework |
| 87 | + CherryPy, Web framework |
| 88 | + Django, Web application framework |
| 89 | + Falcon, Web API framework |
| 90 | + Flask, Microframework |
| 91 | + Pyramid, Web application framework |
| 92 | + Tornado, Web application framework and asynchronous networking library |
| 93 | + Turbogears, Web framework |
| 94 | + Twisted, Networking engine |
| 95 | + WebOb, WSGI request library |
0 commit comments