Dejan Lukić
Published © GPL3+

How to Make Server with Exitum?

Easy communication server with Exitum.

BeginnerWork in progress1 hour572
How to Make Server with Exitum?

Things used in this project

Software apps and online services

Exitum API
Exitum Server Connect

Story

Read more

Code

config.exi

Java
Configuration
# This is connect script
# Made by Dejan Lukić (Exitum's CEO)
file 'exi'
.variable == 'connectionURL'('http://develeoper.exitum.ga') # Don't change
.variable == 'connectionType'(socket.Http) # Don't change
.variable == 'user'('yourUsername') # Your Exitum account username
.variable == 'pass'(passkey.'yourpassword123A') # Your Exitum account password
.variable == 'string'(default)

code [
    if connectionURL == 'http://developer.exitum.ga':
        connection.Establish(connectionType)
        else:
            connection.Abort + alert.Prompt(#000000, 'You are changed the connection URL! Please edit config.exi file!')
        end else;
    end if;
]

Credits

Dejan Lukić
1 project • 11 followers
I'm student and programmer.
Contact

Comments

Please log in or sign up to comment.