Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
singchia committed May 23, 2024
1 parent 494ea30 commit 4d105b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Planned features

### 0.99.x
- Packet layer ✅
- Connection layer ✅
- Session layer ✅
- Application layer ✅

### 1.0.x
- RPC ✅
- Bi-RPC ✅
- Messaging ✅
- Multiplexer ✅

### 1.1.x
- Client/Server abstraction over application ✅
- Examples support ✅

### 1.2.x
- Dialogue hub for shrinking goroutines
- Application hub for shrinking goroutines

### 1.3.x
- Epoll to replace now connection layer goroutines

0 comments on commit 4d105b9

Please sign in to comment.