-
Notifications
You must be signed in to change notification settings - Fork 17
xdi2 server
Markus Sabadello edited this page Feb 6, 2017
·
29 revisions
The XDI server that provides the HTTP and WebSocket transport. See xdi2-transport-http and xdi2-transport-websocket.
A public deployment of the XDI2 server is available at https://server.xdi2.org/xdi/.
- Messaging containers
- Messaging container factories
- Startup and shutdown
- Configuration files
- Configuring XDI messaging containers
- Configuring XDI messaging container factories
- HTTP POST processing
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-server</artifactId>
<version>${xdi2-version}</version>
<scope>compile</scope>
</dependency>
cd server-war
mvn jetty:run
Then go to:
http://localhost:8080/
For examples, see the following Github repository:
This work is licensed under a Creative Commons Attribution 4.0 International License.