|
|
|
|
|
by amitu
394 days ago
|
|
Kulfi is a network (peer to peer) which support http/https even tcp can be sent over kulfi. Kulfi App is a web browser that talks kulfi protocol natively, so you can open kulfi://<id52> natively. malai is the server side part of this story, and can expose existing HTTP/TCP services over kulfi:// network. For DNS, here is my initial deign/thought: https://github.com/kulfi-project/kulfi/discussions/55 For access control, we are working on a "what-to-do" service, which is an bunch HTTP/JSON APIs, that will be called by the malai (which runs on your server, or even as part of Django/Node/Golang once we wrap malai as a cffi library, and write corresponding Python/Node etc packages). You will be able to write the what-to-do in any framework you like, and we will maintain a general purpose open source what-to-do service. |
|