Sha256: 5f574eff63cd88fa967c2b6d35cb709f4803fe16938119181079ee407a1007c3
Contents?: true
Size: 482 Bytes
Versions: 11
Compression:
Stored size: 482 Bytes
Contents
# To start the service, navigate to the directory that contains the # `.bal` file and use the `ballerina run` command. $ ballerina run hello_world_service.bal ballerina: initiating service(s) in 'hello_world_service.bal' ballerina: started HTTP/WS server connector 0.0.0.0:9090 # To build a compiled program file, use the # `ballerina build` command followed by # the service package. $ ballerina build hello_world_service.bal $ ls hello_world_service.balx hello_world_service.bal
Version data entries
11 entries across 11 versions & 1 rubygems