Skip to content

Commit 40c76c8

Browse files
committed
Merge tag '0.3' into develop
0.3
2 parents 32c755f + cc64490 commit 40c76c8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ Installing the Falcon wheel is a great way to get up and running quickly in a de
2828
# Features
2929
PySiCa is entirely implemented in Python and provides the following features:
3030
- Easy to use and to install in your application.
31-
- It does not depend on other libraries or tools.
3231
- Available as a module imported in your application or as a self-contained service accessible through API calls.
32+
- Using RESTful API + a high-performance web server
33+
- Using pure HTTP or file-based sockets
34+
- It doesn't depend on other libraries or tools.
3335
- Lightweight module. The code takes less than 300 lines of code.
36+
- Dockerized version available
3437

35-
# Using PySiCa as a self-contained service
38+
# Using PySiCa as a self-contained webserver
39+
Coming soon...

0 commit comments

Comments
 (0)