All Downloads are FREE. Search and download functionalities are using the official Maven repository.

convex.restapi.Main Maven / Gradle / Ivy

There is a newer version: 0.7.15
Show newest version
package convex.restapi;

import convex.peer.API;
import convex.peer.Server;

public class Main {

	public static void main(String[] args) {
		Server s=API.launchPeer();
		RESTServer rs=RESTServer.create(s);
		rs.start();
		
		
		
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy