mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Explain context
Closes https://github.com/solid/community-server/issues/29
This commit is contained in:
committed by
Joachim Van Herwegen
parent
8fe7ed9fa3
commit
cb0476683c
24
README.md
24
README.md
@@ -1,10 +1,24 @@
|
||||
# community-server
|
||||
# Community Solid Server
|
||||
|
||||
Implementation of the Solid server.
|
||||
An open and modular implementation of the [Solid specifications](https://solid.github.io/specification/)
|
||||
|
||||
The architecture is based on the description [here](https://github.com/RubenVerborgh/solid-server-architecture).
|
||||
We follow the Inrupt [coding standards](https://github.com/inrupt/public-documentation/blob/master/coding-conventions/javascript-coding-standards.md) where feasible.
|
||||
An initial dummy implementation with some examples can be found [here](https://github.com/RubenVerborgh/solid-server-ts).
|
||||
- Community Solid Server is open software
|
||||
to provide people with their own data pod.
|
||||
|
||||
- It will give developers an environment
|
||||
to create and test new Solid applications.
|
||||
|
||||
- Its modular architecture will allows us
|
||||
to try out new ideas on the server side
|
||||
and thereby shape the future of Solid.
|
||||
|
||||
## Current status
|
||||
This software is in **alpha status**,
|
||||
which means it is **too early for use with Solid apps**.
|
||||
|
||||
However, you can already boot up the server,
|
||||
play around with it,
|
||||
and check how it is made.
|
||||
|
||||
## Running locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user